<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar {
    height: 67px;
    background:#007eaf;
  }
  .navbar .w ul {
    display: flex;
  }
  .navbar .w ul li {
    flex: 1 1 auto;
    position: relative;
    background: url(../image/navline.png) no-repeat right center;
  }
  .navbar ul li:last-of-type{
      background: none;
  }
  .navbar .w ul li a {
    display: block;
    text-align: center;
    line-height: 67px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    position: relative;
  }
  .navbar .w ul li a span{
    font-size: 18px;
  }

  .navbar .w ul li ul {
    position: absolute;
    width: 100%;
    display: none;
    background:#007eaf;
  }
  .navbar .w ul li ul li {
    background: none;
  }
  .navbar .w ul li ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
   
  }
    .navbar .w ul li ul li a span{
         font-size: 15px;
    }
  .navbar .w ul li ul li a:hover {
    color: #fff;
    background: #02b29c;
  }
  .navbar .w ul li ul li:hover {
    background: none;
  }
  .navbar .w ul li:last-child {
    background: none;
  }
  .navbar .w ul li.on,
  .navbar .w ul li:hover {
  }
  .navbar .w ul li.on&gt;a,
  .navbar .w ul li:hover&gt;a {
    background: #f25e36;
  }

    .i-search {
      height: 60px;
      line-height: 60px;
      overflow: hidden;
      border-bottom: 1px solid #eeeeed;
      display: none;
    }
    .i-search .i-search-hd {
      font-size: 14px;
      color: #000;
      padding-left: 21px;
      background: url('../image/hot.png') no-repeat left center;
    }
    .i-search .i-search-hd a {
      color: #000;
    }
    .i-search .i-search-hd a:hover {
      color: #253c5c;
    }
    .i-search .i-search-bd .search-key {
      height: 12px;
      line-height: 12px;
      box-sizing: border-box;
      border: none;
      border-right: 1px solid #a9aaa2;
      font-size: 12px;
      color: #999;
      outline: none;
      padding-left: 12px;
      background: none;
      width: 135px;
    }
    .i-search .i-search-bd .search-button {
      width: 31px;
      height: 31px;
      vertical-align: -10px;
      margin-left: 42px;
      cursor: pointer;
      background: #ededed url('../image/btn.png') no-repeat center;
      border: none;
      border-radius: 50%;
      overflow: hidden;
    }
    .i-search .i-search-bd .search-button:hover {
      background-color: #253c5c;
    }
  
    .i-link {
      background: #f4f4f4;
      height: 52px;
      line-height: 52px;
      font-size: 16px;
      color: #000;
    }
    .i-link span {
      display: inline-block;
      padding-left: 26px;
      background: url('../image/addr.png') no-repeat left center;
    }
    .i-link a {
      font-size: 16px;
      font-family: SourceHanSansCN;
      font-weight: 400;
      color: #000000;
    }
    .i-link a:hover {
      color: #253c5c;
    }
    .footer {
      background-color: #333333;
      height: 342px;
    }
    .footer .w {
      position: relative;
      height: 100%;
    }
    .footer .w .footer-hd {
      width: 280px;
      padding-top: 60px;
    }
    .footer .w .footer-hd ul {
      font-size: 0;
    }
    .footer .w .footer-hd ul li {
      display: inline-block;
      width: 140px;
    }
    .footer .w .footer-hd ul li a {
      color: #fff;
      font-size: 14px;
      line-height: 46px;
      padding-left: 30px;
      background: url('../image/footer_ico.png') no-repeat left center;
    }
    .footer .w .footer-hd ul li a:hover {
      color: #253c5c;
    }
    .footer .w .footer-bd {
      width: 322px;
      padding-top: 80px;
    }
    .footer .w .footer-bd .code {
      display: flex;
      width: 130px;
      float: left;
      align-items: center;
      justify-content: space-between;
    }
    .footer .w .footer-bd .code img {
      width: 96px;
    }
    .footer .w .footer-bd .code p {
      writing-mode: vertical-rl;
      writing-mode: tb-rl;
      font-size: 14px;
      color: #fff;
    }
    .footer .w .footer-bd .code2 {
      margin-left: 62px;
    }
    .footer .w .footer-bd .item-bd {
      margin-top: 18px;
      font-size: 12px;
      line-height: 20px;
      color: #fff;
    }
    .footer .w .footer-logo {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }
    .copyright {
      font-size: 12px;
      line-height: 24px;
      color: #000;
      text-align: center;
      padding: 28px 0;
    }
    .copyright a {
      color: #000;
    }
    
  /*产品通用*/
  .items-img li{
      width: 270px;
      height: 326px;
      margin-right: 30px;
      margin-bottom: 61px;
      border: 1px solid #eeeeee;
      padding: 15px;
  }
  .items-img li .img{
      height: 244px;
      width: 238px;
      text-align: center;
      vertical-align: middle;
      display: table-cell;
      position: relative;
  }
  .items-img li .img .bg{
      background: url("../image/ico1.png") no-repeat center;
      background-size: 36px;
      height:36px;
      width:36px;
      position: absolute;
      left:0;
      top:1px;
  }
  .items-img li .img img{
      max-width: 238px;
  }
  .items-img li p{
      padding: 0 3px 0 6px;
      height: 38px;
      line-height: 38px;
      font-size: 14px;
      color: #333333;
  }
  .items-img li:hover{
      border-color: #253c5c;
  }
  
  
  /*新闻通用*/
  .item-desc li{
      width: 570px;
      height: 120px;
      margin-right: 30px;
      margin-bottom: 30px;
      background: #fff;
  }
  .item-desc li .con{
      width: 380px;
      padding-top: 18px;
      padding-right: 10px;
  }
  .item-desc li .con h3{
      font-size: 14px;
      color: #333;
      font-weight: normal;
      margin-bottom: 5px;
  }
  .item-desc li .con h3:hover{
      color: #253c5c;
  }
  .item-desc li .con h3 span{
      color: #253c5c;
      padding-right: 5px;
  }
  .item-desc li .con i{
  
      font-size: 12px;
      color: #929292;
  }
  .item-desc li .con p{
      height: 32px;
      margin-top: 9px;
      overflow: hidden;
      line-height: 16px;
      color: #b1b1b1;
      font-size: 12px;
  }
  
  
  /*-------------------------------------------------*/
  /* 内页banner */
  .um-banner{
      height: 360px;
      background: url(../image/um-banner.jpg) no-repeat center;
  }
  .um-tit{
      height: 60px;
      background: #f6f6f6;
      position: relative;
  }
  .um-tit-hd{
      /*position: absolute;*/
      /*width: 220px;*/
      height: 100px;
      /*background: #03b9a4;*/
      padding-top: 28px;
      background: url(../image/hen.png) no-repeat center;
  }
   .um-tit-hd h2{
      background: url(../image/line.png) no-repeat center;
      font-size:40px;
      color:black;
      line-height:1;
      float: inherit;
  }
  
  .um-tit-hd p{
      font-size: 24px;
      color:grey;
       text-transform: uppercase;margin-top: 10px;
  }
  /*内页左侧*/
  .main{
      padding: 30px 0;
  }
  .um-hd{
      width: 220px;
      float: left;
  }
  .um-side{
  }
  .um-side .tit{
      height:50px;
      line-height:50px;
      font-size: 20px;
      font-weight: 700;
      text-align: center;
      background: #03b9a4;
      color: #fff;
  }
  .um-side .con{
      padding: 20px;
      font-size: 14px;
  }
  .um-hd_bd .con a{
      color: #fff;
  }
  .um-hd_hd .con li a{
      display: block;
      font-size: 15px;
      height: 35px;
      line-height: 35px;
  }
  .um-hd_hd{
      margin-top:50px;
  }
  .um-hd_hd ul{
      background: #333333;
      padding-bottom: 20px;
  }
  .um-hd_hd ul li{
      width: 100%;
  }
  .um-hd_hd ul li&gt;a{
      display: block;
      font-size: 13px;
      padding: 0 20px;
      border-bottom: 1px solid rgba(255,255,255,.1);
      line-height: 38px;
      color: #fff;
  }
  .um-hd_hd ul li.on&gt;a{
      background: #253c5c;
  }
  .um-hd_hd ul li a:hover{
      background-color: #253c5c;
  }
  
  .um-hd_hd ul li dl{
  
  }
  .um-hd_hd ul li.on dl{
      display: block;
  }
  .um-hd_hd ul li dd a{
      padding-left: 40px;
      height:34px;
      line-height:34px;
      background: url(../image/jt2.png) no-repeat 22px center;
      color: rgba(255,255,255,.8);
  }
  .um-hd_bd{
      background: #333333;
      color: #fff;
  }
  /*内页右上*/
  .um-bd{
      width: 880px;
      float: right;
  }
  .um-bd_hd{
      height: 57px;
      font-size: 24px;
      color: #000;
      font-weight: normal;
      line-height: 57px;
  }
  .um-bd_hd .tit:after{
      content: '';
      display: block;
      width: 49px;
      height: 3px;
      background: #8bc8f3;
  }
  .pos{
      float: right;
      font-size: 14px;
      line-height: 60px;
  }
  /* 产品详情页 */
  .p_tabs{
      line-height: 30px;
  }
  
  /*内页正文*/
  .um-bd_bd{
  }
  /* 单页 */
  .um-page-hd{
      width: 100%;
      /*margin-top: 60px;*/
  }
  .um-bd_con{
      font-size: 16px;
      line-height: 1.9;
  }
  
  /* 案例列表 */
  .items-pic li{
      width: 270px;
      margin: 0 35px 35px 0;
  }
  .items-pic li .img{
      width: 270px;
      height: 180px;
  }
  .items-pic li p{
      font-size: 14px;
      line-height: 30px;
  }
  /*新闻列表*/
  .um-news .item-desc li{
      width: 100%;
      height: 150px;
      margin-right: 0;
      border-bottom: 1px dashed #d9d9d9;
      padding:0 15px;
      margin-bottom: 20px;
  }
  .um-news .item-desc li .img{
      /*margin-top:35px;*/
  }
  .um-news .item-desc li .img img{
       width: 120px;
  }
  .um-news .item-desc li .con{
      width:690px;
      padding-top: 10px;
  }
  .um-news .item-desc li .con h3{
      font-size: 18px;
      color:#333333;
  }
  .um-news .item-desc li .con i{
      font-size: 13px;
      font-family: Arial;
      margin-top:10px;
      display: block;
  }
  .um-news .item-desc li .con p{
      font-size: 14px;
      color: #777;
      height:auto;
      margin-top:5px;
      line-height:22px;
  }
  
  
  /*----------------------------------------------------------------------------------------------------------------*/
  
  /*
  ** 产品列表
  **/
  .catelist{}
  .catelist li{ margin-top:20px; overflow:hidden;}
  .catelist .img{ width:120px; height:120px; margin:0 30px; border:#ddd solid 2px; overflow:hidden;}
  .catelist .com{ margin-left:30px;}
  .catelist .t{ padding-bottom:6px;}
  
  
  
  .um-imgDetail{}
  .um-imgDetail .tag{ height:32px; line-height:32px; padding:0 10px; border:#ddd solid 1px; border-bottom:#054dd6 solid 2px; background:#f8f8f8;}
  .um-imgDetail .tag b{ display:block; color:#054dd6; font-size:14px;}
  
  .um-imgDetail{}
  .um-imgDetail .cent { padding:20px 0; font-size:14px;}
  .um-imgDetail .cent img{
      max-width: 100%;
  }
  .um-imgDetail table{border-spacing: 0; border-left:#ddd solid 1px; border-top:#ddd solid 1px;}
  .um-imgDetail table td{ padding:5px 10px; border-right:#ddd solid 1px; border-bottom:#ddd solid 1px;}
  
  .pagenav{ padding:10px 0 0 0; border-top:#ddd solid 1px; line-height: 25px;}
  .pagenav a{ color:#054dd6;}
  
  .um-bd_imgShow_ft .items-img li{
      width: 220px;
      border: none;
      height: auto;
      margin-right: 0px;
      padding: 0 0px;
  }
  .um-bd_imgShow_ft .items-img li .img{
      height: auto;
  }
  .citybox{}
  .citybox a{ display:inline-block; margin-right:20px; line-height:28px;}
  
  
  #pages { padding:10px 0 10px;text-align:center;font-family: Arial}
  #pages a { display:inline-block; padding:0 10px; height:26px;font-size:12px;line-height:26px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
  #pages a.a1 {padding:0 12px; height:26px; line-height:26px;margin-top:0px;}
  #pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
  #pages span { display:inline-block;  padding:0 10px; height:26px; line-height:26px; background:#333333; border:1px solid #333333; color:#fff; text-align:center; }
  
  
  .kefu {width:99px;height:60px;position:absolute;top:0px;}
  .kefu .kftop{background:url(../images/kefu_top.gif) no-repeat;height:20px;}
  .kefu .kfbottom{background:url(../images/kefu_bottom.gif) no-repeat;height:14px;}
  .kefu .kfbox {border-left:1px solid #DDE6EC;border-right:1px solid  #DDE6EC;overflow:hidden;zoom:1;padding:1px;background:#FFF;color:#f00;line-height:26px;}
  .kefu .kfbox ul {padding-left:6px;}
  .kefu .kfbox ul li.tit {color:#800000;}
  .kefu .kfbox ul li img {vertical-align:middle;}
  
  
  
  .input-text,.measure-input,textarea,input.date,input.endDate,.input-focus{border:1px solid #A7A6AA;line-height:18px;height:18px;margin:0 5px 0 0;padding:1px 0 1px 5px;border: 1px solid #d0d0d0; font-family: Verdana, Geneva, sans-serif,"宋体";font-size:12px;}
  .input-focus{background: #FFF; border-color:#afcee6;font-size:12px;}
  textarea,textarea.input-text,textarea.input-focus{font-size:12px;height:auto; padding:5px; margin:0;}
  select{ vertical-align:middle;background:none repeat scroll 0 0 #F9F9F9;border-color:#666666 #CCCCCC #CCCCCC #666666;border-style:solid;border-width:1px;color:#333;padding:2px;}
  .search-form{ margin-bottom:10px}
  /*宋体宋体*/
  .table_form {margin:10px;width:95%;}
  .table_form input{}
  .table_form td{padding-left:12px}
  .table_form th{font-weight:normal; text-align:right;padding-right:10px; color:#777}
  .table_form td label{ vertical-align:middle}
  .table_form td,.table_form th{padding:8px 0 5px 8px;line-height:22px;}
  .table_form tbody td,.table_form tbody th{border-bottom:1px solid #eee;}
  .colorpanel tbody td,.colorpanel tbody th{ padding:0;border-bottom: none;}
  
  .guestbook_list {margin:12px 0;line-height:26px;}
  .guestbook_list dl {border:1px solid #E9E9EB;margin:8px auto;padding:15px;}
  .guestbook_list dl dt {border-bottom:1px dashed #E9E9EB;height:26px;line-height:26px;color:#314E8C}
  .guestbook_list dl dt span {float:right;line-height:26px;}
  .guestbook_list dl dd.g_content {padding:5px;line-height:26px;}
  .post_box {border:1px solid #eee;}
  .post_box h5 {line-height:35px;text-align:center;font-size:14px;border-bottom:1px solid #eee;height:35px;background:#f5f5f5;}
  /*user login*/
  
  .um-newsShow{
      width:870px;
      background: #fff;
  }
  .um-newsDetail .tit h1{
      font-size: 24px;
      line-height:1.3;
  }
  .um-newsDetail .meta{
      margin-top:15px;
      font-size: 14px;
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px;
      padding-bottom: 10px;
  }
  .um-newsDetail .meta p{
      display: inline-block;
      margin-right:20px;
  }
  .um-newsDetail .meta p em{
      color: #ff3434;
  }
  .um-newsDetail .meta p:first-child{
      margin-right:0;
  }
  
  .um-newsDetail .meta p span{
      color: #888;
  }
  .um-newsDetail .cont{
      font-size: 16px;
      line-height:1.8;
      color: #333;
  }
  .um-newsDetail .cont p{
      margin:0 0 15px 0;
  }
  .um-newsDetail .cont a{
      display: inline-block;
      color: #ff3434;
      font-weight: bold;
  }
  
  
  /*产品详情页*/
  
  .site-add{
      height:40px;
      line-height:40px;
      text-align: right;
      border-bottom: 1px solid #eee;
  }
  
  
  .inner-img-show{
      padding:30px 0 0 0;
  }
  .inner-img-show-header .item-hd{
      width:350px;
  }
  .inner-img-show-header .item-bd{
      width:505px;
  }
  .inner-img-show_left{
      width:870px;
      background: #fff;
  }
  
  
  #zoom_box{
      background: #eee;
      text-align: center;
      border: 1px solid #eee;
  }
  #zoom_box img{
      max-width: 100%;
      cursor: pointer;
  }
  #zoom_list{
      width:350px;
      height: 60px;
      background: #eee;
  }
  #zoom_list&gt;a{
      width: 14px;
      height: 54px;
      margin-top: 2px;
      text-align: center;
      overflow: hidden;
      background: #b3b3b3;
      color: #fff;
      text-align: center;
  }
  
  #zoom_list .next {
      float: right;
      background: url(../images/next.gif) no-repeat -3px 18px;
  }
  #zoom_list .pre{
      float: left;
      background: url(../images/pre.gif) no-repeat -3px 18px;
  }
  #zoom_list #zoom_list_box{
      float: left;
      width:90%;
      overflow: hidden;
      height: 56px;
      position: relative;
  }
  
  #thumblist li{
      float: left;
      overflow: hidden;
      text-align: center;
      margin:0 4px;
  }
  #thumblist li.on {}
  #thumblist li span{
      height: 52px;
      width: 220px;
      line-height: 30px;
  }
  #thumblist li span a{
      width: 55px;
      height: 55px;
      display: block;
      position: relative;
  }
  #thumblist li.on span a:before{
      display: block;
      content: '';
      position: absolute;
      left:0;
      top:0;
      right:0;
      bottom: 0;
      background: rgba(0,0,0,.25);
  }
  .img__info{
      padding:10px 0 0 0;
  }
  .img__info .tit{
      line-height: 1.1;
      font-size: 20px;
      font-weight: 700;
      color: #333;
  }
  .img__info .list{
      background: #f7f7f7;
      margin:10px 0 0 0;
      padding:5px 10px;
  }
  .img__info .list li{
      line-height:1.8;
      padding:4px 0;
  }
  .img__info .list li em{
      color: #777;
      display: inline-block;
  }
  .img__info .list li a,.img__info .list li span{
      font-size: 13px;
      padding:0 0 0 10px;
  }
  .img__info .list li span b{
      color:#eb2e09;
      padding:0 3px;
  }
  .img__info .list li div.bshare-custom{
      display: inline-block;
      margin:0;
      padding:0 0 0 10px;
  }
  .img__info .list li div.bshare-custom a{
      padding:0 0 0 19px;
  }
  .img__info .tel{
      font-size:16px;
      top:10px;
      left:10px;
      height:40px;
      line-height:40px;
      position: relative;
      background: url("../image/ico-tel.png") no-repeat left;
      background-size: 20px;
      padding:0 0 0 26px;
  }
  
  .img__info .tel em{
      font-size: 24px;
      font-family: Arial;
      position: absolute;
      font-weight: 700;
      color:#f44900;
  }
  .img__info .ico{
      padding:50px 0 0 10px;
  }
  .img__info .ico a{
      border-radius: 0;
      width:100px;
      display: inline-block;
      margin:0 10px 0 0;
      display: inline-block;
      padding: 6px 12px;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-image: none;
      border: 1px solid transparent;
  }
  .img__info .ico .btn-default{
      color: #333;
      background-color: #fff;
      border-color: #ccc;
  }
  .img__info .ico .btn-danger{
      color: #fff;
      background-color: #d9534f;
      border-color: #d43f3a;
  }
  
  .inner-img-show-body{
  
  }
  .iisb-tit{
      height:40px;
      line-height:40px;
      font-size: 16px;
      position: relative;
      font-weight: bold;
      background: #eee;
      color: #333;
  }
  .iisb-tit span{
      display: inline-block;
      padding:0 20px;
      background: #253c5c;
      color: #fff;
  }
  .iisb-box-js .con{
      font-size: 14px!important;
      line-height:26px;
  }
  .iisb-box-js .con img{
      max-width:100%;
      height:auto;
  }
  .iisb-box-js .con p{
      padding:10px 0 0 0;
  }
  .iisb-box-fx{
      margin-bottom: 20px;
  }
  .iisb-box-fx li{
      float: left;
      margin:0 30px 0 0;
  }
  .iisb-box-fx li a{
      font-size: 13px;
      display: block;
      line-height:30px;
  }
  
  .iisb-box-tj .con li{
      margin:0 0 10px 0;
  }
  
  .iisb-box-tj .con li img{
      max-width: 100%;
  }
  
  .iisb-box-tj .con li span a{
      display: block;
      height:40px;
      line-height:40px;
      text-align: center;
      font-size: 13px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
  }
  
  .relevant__info{
      width:270px;
  }
  
  .relevant__info_img{
      background: #fff;
      margin-top:10px;
  }
  .relevant__info_img .con{
      padding-top: 10px;
  }
  .relevant__info_img .con li{
      padding:10px 0 0;
  }
  
  .relevant__info .con li img{
      max-width: 100%;
      display: block;
  }
  .relevant__info_img .con li span a{
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      display: block;
      height:24px;
      line-height:24px;
      text-align: center;
      font-size: 14px;
  }
  
  .relevant__info .tit{
      height: 36px;
      line-height:36px;
      color: #253c5c;
      font-size: 15px;
      border-bottom: 1px solid #eee;
      position: relative;
      font-weight: bold;
  }
  .relevant__info .tit:after{
      display: inline-block;
      content: '';
      width:60px;
      position: absolute;
      background: #253c5c;
      opacity:.5;
      height:1px;
      left:0;
      bottom: -1px;
  }
  
  .relevant__info_article{
      background: #fff;
  }
  .relevant__info_article li{
      padding:12px 0;
      border-bottom: 1px solid #f5f5f5;
  }
  .relevant__info_article li .img{
      width:70px;
  }
  .relevant__info_article li .con{
      width:190px;
      margin-top:3px;
  }
  .relevant__info_article li .con a{
      font-size: 14px;
      line-height: 1.3;
      color: #333;
      display: block;
      height:38px;
      overflow: hidden;
  }
  .relevant__info_article li .con a i{
      display: inline-block;
      width:15px;
      height:15px;
      background: #999;
      font-size: 12px;
      text-align: center;
      line-height:15px;
      margin-right:4px;
      font-family: Arial;
      color: #fff;
      border-radius: 2px;
  }
  .relevant__info_article li .con p{
      font-family: Arial;
      color: #999;
      line-height:1;
      margin-top:6px;
      height:auto;
  }
  .relevant__info_article p{
      display: flex;
      height:28px;
      line-height:28px;
      overflow: hidden;
  }
  .relevant__info_article p a{
      flex: 1;
      font-size: 14px;
  }
  .relevant__info_article p a em{
      display: inline-block;
      height:3px;
      width:3px;
      margin-right:6px;
      background: #075cbc;
      vertical-align: middle;
  }
  .relevant__info_article p span{
      color: #999;
      font-family: Arial;
  }
  
  .relevant__info_article li:nth-child(-n+3) .con {
      height:36px;
      display: inline-block;
      position: absolute;
      bottom: 12px;
      left:0;
      background: rgba(0,0,0,.7);
      width:100%;
  
  }
  .relevant__info_article li:nth-child(-n+3) .con a{
      padding:0 10px;
      color: #fff;
      display: block;
      line-height:36px;
      text-align: center;
  }
  .relevant__info_article li:nth-child(-n+3) .img{
      width:100%;
  }
  .relevant__info_article li:nth-child(-n+3){
      position: relative;
  }
  .relevant__info_article li:nth-child(-n+3) .num{
      position: absolute;
      left:10px;
      top:12px;
      display: inline-block;
      width:55px;
      height:20px;
      background-color: #ff4343;
      background-size: cover;
      z-index: 10;
  }
  
  .relevant__info_article li:nth-child(-n+3) .num:before{
      position: absolute;
      top: 20px;
      content: "";
      width: 0;
      height: 0;
      border-top: 6px solid #ff4343;
      border-right: 27.5px solid transparent;
      border-left: 0 solid transparent;
  }
  .relevant__info_article li:nth-child(-n+3) .num:after{
      position: absolute;
      top: 20px;
      right: 0;
      content: "";
      width: 0;
      height: 0;
      border-top: 6px solid #ff4343;
      border-left: 24.5px solid transparent;
      border-right: 0 solid transparent;
  }
  .relevant__info_article li:nth-child(-n+3) .num i{
      text-align: center;
      line-height:20px;
      color: #fff;
      display: inline-block;
      width:55px;
  }
  .relevant__info_article li:nth-child(2) .num{
      background: #ff9035;
  }
  .relevant__info_article li:nth-child(2) .num:before,.relevant__info_article li:nth-child(2) .num:after{
      border-top-color: #ff9035;
  }
  .relevant__info_article li:nth-child(3) .num{
      background: #0963d9;
  }
  .relevant__info_article li:nth-child(3) .num:before,.relevant__info_article li:nth-child(3) .num:after{
      border-top-color: #0963d9;
  }
  
  
  .relevant__info_keyword{
      background: #253c5c;
      padding:10px 15px 20px;
      margin:10px 0;
  }
  .relevant__info_keyword .tit{
      font-size: 16px;
      margin-bottom: 5px;
      color: #fff;
  }
  .relevant__info_keyword a{
      display: inline-block;
      border: 1px solid rgba(255,255,255,.2);
      padding:5px 10px;
      color: #fff;
      line-height:1;
      margin-top:5px;
      margin-right:10px;
  }
  
  .flip{
      padding: 20px 0;
  }
  .flip p{
      font-size: 14px;
      margin-top:5px;
  }
  .flip p a {
      padding: 0 5px;
      font-size: 12px;
      display: inline-block;
      background: #f8fbff;
      border: 1px solid #253c5c;
      color: #253c5c;
      margin-right: 10px;
  }
  
  .h-menu ul{
      background: #253c5c;
      margin-top:10px;
  }
  .h-menu ul li{
      border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .h-menu ul li a{
      display: block;
      height:36px;
      line-height:36px;
      color: #fff;
      padding:0 20px;
      font-size: 14px;
  }
  .h-img ul{
      display: flex;
      margin-top:20px;
  }
  .h-img li{
      flex:1;
      padding:0 5px;
      /*width: 25%;*/
  }
  .h-img li span a{
      height:30px;
      overflow: hidden;
      font-size: 14px;
      display: block;
      line-height:30px;
      text-align: center
  }
  .h-img li .img{
      border: #eee solid  1px;
  }
  .h-img li img{
      max-width: 100%;
  }
  .h-news ul{
      margin-top:10px;
  }
  .h-news ul li{
      display: flex;
      padding:12px 0;
      border-bottom: 1px solid #eee;
  }
  .h-news ul li .con{
      flex: 1;
      padding:0 0 0 20px;
  }
  .h-news ul li .con a{
      display: block;
      font-size: 18px;
      color: #333;
      font-weight: bold;
  }
  .h-news ul li .con p{
      font-size: 14px;
      color: #666;
      margin-top:6px;
  }</pre></body></html>